Fast Filesystem
pulsemcp/fast filesystemProvides streaming-based file operations with auto-chunking for memory-efficient handling of large files, including sequential reading, precise line-based editing, batch operations, archive compression, and backup mechanisms with retry logic.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fast_filesystem": {
"url": "None",
"transport": "http"
}
}
}